Narrow your search
Listing 1 - 10 of 5906 << page
of 591
>>
Sort by

Book
Machine learning : theoretical foundations and practical applications
Authors: ---
ISBN: 9813365188 981336517X Year: 2021 Publisher: Singapore : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Topics include neural network learning, knowledge acquisition and learning, machine learning for web navigation and mining, learning through mobile data mining, text and multimedia mining through machine learning, distributed and parallel learning algorithms and applications, feature extraction and classification, theories and models for plausible reasoning, computational learning theory, cognitive modelling and hybrid learning algorithms.


Book
Personalized machine learning
Author:
ISBN: 9781009003971 9781316518908 1009003976 1316518906 1009008579 Year: 2022 Publisher: Cambridge, United Kingdom ; New York, NY : Cambridge University Press,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Every day we interact with machine learning systems offering individualized predictions for our entertainment, social connections, purchases, or health. These involve several modalities of data, from sequences of clicks to text, images, and social interactions. This book introduces common principles and methods that underpin the design of personalized predictive models for a variety of settings and modalities. The book begins by revising 'traditional' machine learning models, focusing on adapting them to settings involving user data, then presents techniques based on advanced principles such as matrix factorization, deep learning, and generative modeling, and concludes with a detailed study of the consequences and risks of deploying personalized predictive systems. A series of case studies in domains ranging from e-commerce to health plus hands-on projects and code examples will give readers understanding and experience with large-scale real-world datasets and the ability to design models and systems for a wide range of applications.


Book
Erkennung menschlicher Aktivitäten durch Erfassung und Analyse von Bewegungstrajektorien
Authors: ---
Year: 2019 Publisher: Karlsruhe : KIT Scientific Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Das Verstehen menschlichen Verhaltens ist essenziell für intelligente technische Systeme in menschlichen Umgebungen. Diese Arbeit befasst sich mit der videobasierten Aktivitätsanalyse. Dazu werden zwei Methoden der Merkmalsextraktion untersucht: ein markerloses dreidimensionales Körpertracking mit einem evolutionären Algorithmus und ein modellfreies Tracking dynamischer Videomerkmale. Anschließend erfolgt eine Modellierung und Klassifikation von Aktivitäten auf Basis der gewonnenen Merkmale. Understanding human behavior is crucial for intelligent technical systems in human environments. In this work, methods for human activity recognition based on video data are developed. Two approaches of feature extraction are pursued: a method of markerless articulated pose estimation using an evolutionary algorithm and a model-free feature tracking method. The resulting motion representations are then used for modeling and classifying different activities.


Book
Machine learning for dummies
Authors: ---
ISBN: 9781119245513 1119245516 Year: 2016 Publisher: Hoboken (N.J.) : Wiley,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Machine learning is an exciting new way to use computers to perform tasks that require the ability to learn from experience. In order to make machine learning a reality, programmers rely on special languages, such as Python and R, and new types of tools. Machine Learning For Dummies helps the reader understand what machine learning is, when it can help perform a new class of computer tasks, and how to implement machine learning using Python and R, along with the required tools. Unlike most machine learning books, Machine Learning For Dummies does not assume that the reader has years of experience using programming languages. This book provides the much-needed entry point for people who really could use machine learning to accomplish practical tasks, but dont necessarily have the skills required to use on more advanced books. This book will cover the entry level materials required to get readers up and running faster, how to perform practical tasks, how to perform useful work without getting overly involved in the underlying math principles, fun ways to play with new tools and learn as a result, and how to separate facts from myth to see how machine learning is useful in todays world. --


Book
Poverty from Space : Using High-Resolution Satellite Imagery for Estimating Economic Well-Being
Authors: --- ---
Year: 2017 Publisher: Washington, D.C. : World Bank,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Can features extracted from high spatial resolution satellite imagery accurately estimate poverty and economic well-being? This paper investigates this question by extracting object and texture features from satellite images of Sri Lanka, which are used to estimate poverty rates and average log consumption for 1,291 administrative units (Grama Niladhari divisions). The features that were extracted include the number and density of buildings, prevalence of shadows, number of cars, density and length of roads, type of agriculture, roof material, and a suite of texture and spectral features calculated using a nonoverlapping box approach. A simple linear regression model, using only these inputs as explanatory variables, explains nearly 60 percent of poverty headcount rates and average log consumption. In comparison, models built using night-time lights explain only 15 percent of the variation in poverty or income. The predictions remain accurate when restricting the sample to poorer Gram Niladhari divisions. Two sample applications, extrapolating predictions into adjacent areas and estimating local area poverty using an artificially reduced census, confirm the out-of-sample predictive capabilities.


Book
Machine learning : a concise introduction
Author:
ISBN: 1119438985 1119439078 1119439868 Year: 2018 Publisher: Hoboken, New Jersey : Wiley,

Loading...
Export citation

Choose an application

Bookmark

Abstract

AN INTRODUCTION TO MACHINE LEARNING THAT INCLUDES THE FUNDAMENTAL TECHNIQUES, METHODS, AND APPLICATIONS Machine Learning: a Concise Introduction offers a comprehensive introduction to the core concepts, approaches, and applications of machine learning. The author-an expert in the field-presents fundamental ideas, terminology, and techniques for solving applied problems in classification, regression, clustering, density estimation, and dimension reduction. The design principles behind the techniques are emphasized, including the bias-variance trade-off and its influence on the design of ensemble methods. Understanding these principles leads to more flexible and successful applications. Machine Learning: a Concise Introduction also includes methods for optimization, risk estimation, and model selection- essential elements of most applied projects. This important resource: -Illustrates many classification methods with a single, running example, highlighting similarities and differences between methods -Presents R source code which shows how to apply and interpret many of the techniques covered -Includes many thoughtful exercises as an integral part of the text, with an appendix of selected solutions -Contains useful information for effectively communicating with clients A volume in the popular Wiley Series in Probability and Statistics, Machine Learning: a Concise Introduction offers the practical information needed for an understanding of the methods and application of machine learning. STEVEN W. KNOX holds a Ph. D. in Mathematics from the University of Illinois and an M.S. in Statistics from Carnegie Mellon University. He has over twenty years' experience in using Machine Learning, Statistics, and Mathematics to solve real-world problems. He currently serves as Technical Director of Mathematics Research and Senior Advocate for Data Science at the National Security Agency.


Book
Machine learning with tensorflow 1.x : second generation machine learning with googles brainchild tensorflow 1.x
Authors: --- ---
Year: 2017 Publisher: Birmingham, England ; Mumbai, [India] : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Tackle common commercial machine learning problems with Google's TensorFlow 1.x library and build deployable solutions. About This Book Enter the new era of second-generation machine learning with Python with this practical and insightful guide Set up TensorFlow 1.x for actual industrial use, including high-performance setup aspects such as multi-GPU support Create pipelines for training and using applying classifiers using raw real-world data Who This Book Is For This book is for data scientists and researchers who are looking to either migrate from an existing machine learning library or jump into a machine learning platform headfirst. The book is also for software developers who wish to learn deep learning by example. Particular focus is placed on solving commercial deep learning problems from several industries using TensorFlow's unique features. No commercial domain knowledge is required, but familiarity with Python and matrix math is expected. What You Will Learn Explore how to use different machine learning models to ask different questions of your data Learn how to build deep neural networks using TensorFlow 1.x Cover key tasks such as clustering, sentiment analysis, and regression analysis using TensorFlow 1.x Find out how to write clean and elegant Python code that will optimize the strength of your algorithms Discover how to embed your machine learning model in a web application for increased accessibility Learn how to use multiple GPUs for faster training using AWS In Detail Google's TensorFlow is a game changer in the world of machine learning. It has made machine learning faster, simpler, and more accessible than ever before. This book will teach you how to easily get started with machine learning using the power of Python and TensorFlow 1.x. Firstly, you'll cover the basic installation procedure and explore the capabilities of TensorFlow 1.x. This is followed by training and running the first classifier, and coverage of the unique features of the library including data flow graphs, training, and the visualization of performance with TensorBoard - all within an example-rich context using problems from multiple industries. You'll be able to further explore text and image analysis, and be introduced to CNN models and their setup in TensorFlow 1.x. Next, you'll implement a complete real-life production system from training to serving a deep learning model. As you advance you'll learn about Amazon Web Services (AWS) and create a deep...


Book
2010 IEEE 8th International Symposium on Applied Machine Intelligence and Informatics
Authors: ---
ISBN: 1424464242 1424464226 Year: 2010 Publisher: [Place of publication not identified] I E E E

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Machine learning


Book
2012 3rd International Workshop on Cognitive Information Processing
Author:
ISBN: 1467318787 1467318779 Year: 2012 Publisher: [Place of publication not identified] IEEE

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Machine learning


Book
2010 International Conference on Machine Learning and Cybernetics
Author:
ISBN: 1424465273 1424465265 Year: 2010 Publisher: [Place of publication not identified] IEEE

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Machine learning

Listing 1 - 10 of 5906 << page
of 591
>>
Sort by